首頁
PHP
Tags
PHP教學
最新文章列表
中文(繁體)
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
當前位置:
首頁
>
函數類別大全
>
getrandmax
getrandmax
顯示隨機數最大的可能值
名稱:
getrandmax
分類:
數學
所屬語言:
php
一句話介紹:
顯示隨機數最大的可能值。
相關內容
為什麼getrandmax() 與rand() 的最大值不一致?
2
同類函數
mt_rand
mt_rand
生成更好的隨機數
acosh
acosh
反雙曲餘弦
log1p
log1p
返回log(1+number),甚至當n
is_infinite
is_infinite
判斷是否為無限值
expm1
expm1
返回exp(number)-1,甚至當n
is_nan
is_nan
判斷是否為合法數值
abs
abs
絕對值
is_finite
is_finite
判斷是否為有限值
熱門文章
為什麼getrandmax() 與rand() 的最大值不一致?